home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / PD_THEMA / EDITOREN / BFEDIT / BFED.DOC < prev    next >
Text File  |  1998-03-14  |  2KB  |  57 lines

  1. Binary File Editor version 1.0:
  2.  
  3.     This program is a File Editor, in hexadecimal or in ASCII.
  4.     It was developped on the XXed v 1.2 sources from Jim Charlon.
  5.     
  6.     XXED copyright Jim Charlton 1989.  XXED is freely distributable
  7. provided that this file is distributed with the source and executable
  8. code.  No-one may charge a fee for the executable or source code, nor for
  9. distribution of this code.
  10.     BFED is distributed in the same way as XXED, but is also copyrighted by
  11. Cedric Moreau.
  12.  
  13.     Any changes to the source, the program, or the ressource can't be done
  14. without my agreement. 
  15.  
  16. -------------------------------------------------------------------------------
  17.  
  18.     There is 3 programs: a 68000 coded (BFED.PRG), a 68020 coded (BFED_020.PRG),
  19. and a 68020/68881 version (BFED_281.PRG).
  20. These versions were tested on Falcon 030/14 (SCSI & IDE HD), 68882, VGA, and
  21. should work on every Atari compatible computer.
  22.  
  23. New functions in BFED that weren't is XXED:
  24.     The language is automaticly selected by the cookie. 
  25.     You can add a new language by copying a rsc file and change its words.
  26. All strings are in the ressource, so you just to translate the rsc.
  27. The file will be called like BFED_xx.RSC where xx are:
  28.         FR    french
  29.         UK    english
  30.         US    american
  31.         DE    germany
  32.         ES    spanish
  33.         IT    italian
  34.         SW    swedish
  35.         NO    norway
  36.         FI    finish
  37.         DK    danemark
  38.         ...
  39. Don't forget to send me your new ressource file.
  40.  
  41. -------------------------------------------------------------------------------
  42.  
  43. Bugs, infos:
  44.  
  45.     Look at the file CHANGES.TXT to know the real changes done
  46. in BFED. See also file KNOWBUGS.TXT to know what are the already known
  47. bugs that should be erased soon.
  48.  
  49.     If you find any bug write me please to:
  50.         Cedric Moreau
  51.         "le moulin neuf"
  52.         F-37230 LUYNES
  53.         FRANCE
  54.  
  55.     Or e-mail: cedric.moreau@mail.dotcom.fr
  56.  
  57.